home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / disk / bakup / mrbk220.lha / Rexx / TestForMRBackup.rexx < prev    next >
OS/2 REXX Batch file  |  1991-01-12  |  175b  |  8 lines

  1.  
  2. if ~(Show('P', 'MRBackup_#1')) then do
  3.     say "You must run MRBackup first. With a little work, you could"
  4.     say "get this ARexx script to do it for you."
  5.     exit 1
  6. end
  7.  
  8.